projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9caed7d
)
(inhibit_sentinels): Add decl.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 8 Sep 2006 12:07:46 +0000
(12:07 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 8 Sep 2006 12:07:46 +0000
(12:07 +0000)
src/process.h
patch
|
blob
|
history
diff --git
a/src/process.h
b/src/process.h
index b585515d6b185e890a2c49d9a4ad85f4478f22ed..fcf8d9b6c1f09d1fad7714f8969e0ac8fbc405cd 100644
(file)
--- a/
src/process.h
+++ b/
src/process.h
@@
-161,5
+161,9
@@
extern int synch_process_retcode;
#define NULL_DEVICE "/dev/null"
#endif
+/* Nonzero means don't run process sentinels. This is used
+ when exiting. */
+extern int inhibit_sentinels;
+
/* arch-tag: dffedfc4-d7bc-4b58-a26f-c16155449c72
(do not change this comment) */